home *** CD-ROM | disk | FTP | other *** search
- REAL(3I) Last changed: 4-14-99
-
-
- NNAAMMEE
- RREEAALL, DDRREEAALL, QQRREEAALL, FFLLOOAATT, FFLLOOAATTII, FFLLOOAATTJJ, FFLLOOAATTKK, DDFFLLOOAATT, DDFFLLOOAATTII,
- DDFFLLOOAATTJJ, DDFFLLOOAATTKK, QQFFLLOOAATT, QQFFLLOOAATTII, QQFFLLOOAATTJJ, QQFFLLOOAATTKK, SSNNGGLL, SSNNGGLLQQ -
- Converts to type real
-
- SSYYNNOOPPSSIISS
- RREEAALL (([AA==]_a [,,[KKIINNDD==]_k_i_n_d]))
- DDRREEAALL (([AA==]_a))
- QQRREEAALL (([AA==]_a))
-
- FFLLOOAATT (([AA==]_a))
- FFLLOOAATTII (([AA==]_a))
- FFLLOOAATTJJ (([AA==]_a))
- FFLLOOAATTKK (([AA==]_a))
-
- DDFFLLOOAATT (([AA==]_a))
- DDFFLLOOAATTII (([AA==]_a))
- DDFFLLOOAATTJJ (([AA==]_a))
- DDFFLLOOAATTKK (([AA==]_a))
-
- QQFFLLOOAATT (([AA==]_a))
- QQFFLLOOAATTII (([AA==]_a))
- QQFFLLOOAATTJJ (([AA==]_a))
- QQFFLLOOAATTKK (([AA==]_a))
-
- SSNNGGLL (([AA==]_a))
- SSNNGGLLQQ (([AA==]_a))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
-
- SSTTAANNDDAARRDDSS
- Fortran
-
- Fortran extensions: DDRREEAALL, QQRREEAALL, FFLLOOAATTII, FFLLOOAATTJJ, FFLLOOAATTKK, DDFFLLOOAATT,
- DDFFLLOOAATTII, DDFFLLOOAATTJJ, DDFFLLOOAATTKK, QQFFLLOOAATT, QQFFLLOOAATTII, QQFFLLOOAATTJJ, QQFFLLOOAATTKK, SSNNGGLLQQ
-
- DDEESSCCRRIIPPTTIIOONN
- These intrinsic functions convert specified types to type real. These
- are elemental intrinsic functions. They accept the following
- arguments:
-
- _a For RREEAALL, DDRREEAALL, and QQRREEAALL, must be type complex, integer,
- or real. For FFLLOOAATT, DDFFLLOOAATT, and QQFFLLOOAATT, must be type
- integer. For FFLLOOAATTII, DDFFLLOOAATTII, and QQFFLLOOAATTII, must be type
- integer (KIND=2). For FFLLOOAATTJJ, DDFFLLOOAATTJJ, and QQFFLLOOAATTJJ, must be
- type integer (KIND=4). For FFLLOOAATTKK, DDFFLLOOAATTKK, and QQFFLLOOAATTKK,
- must be type integer (KIND=8). For SSNNGGLL, must be type
- double-precision real. For SSNNGGLLQQ, must be type
- quad-precision real.
-
- If _a is of type complex, an approximation of the real part
- of _a is returned.
-
- The data type and kind type for single-precision,
- double-precision, and quad-precision values differ depending
- on your platform. For platform-specific information, see
- the TERMINOLOGY section of the IINNTTRROO__IINNTTRRIINN(3I) man page.
-
- _k_i_n_d An integer scalar value. The kind type to be used for the
- result. If not specified, the kind type for default real is
- used for integer and real arguments. If _k_i_n_d is not present
- and the argument is complex, the result has the same kind
- type as the argument. This argument is not accepted by the
- MIPSpro Fortran 77 compiler.
-
- Type conversion routines assign the appropriate type to Boolean
- arguments without shifting or manipulating the bit patterns they
- represent.
-
- NNOOTTEESS
- The names of these intrinsics cannot be passed as arguments.
-
- RREETTUURRNN VVAALLUUEESS
- If _a is of type integer or real and _k_i_n_d is specified, the kind type
- parameter is that specified by _k_i_n_d. If _a is of type integer or real
- and _k_i_n_d is not specified, the kind type parameter is of type default
- real.
-
- If _a is of type complex and _k_i_n_d is specified, the kind type parameter
- is that specified by _k_i_n_d. If _a if of type complex and _k_i_n_d is not
- specified, the kind type parameter is the kind type parameter of _a.
-
- RREEAALL returns default real.
-
- DDRREEAALL, DDFFLLOOAATT, DDFFLLOOAATTII, DDFFLLOOAATTJJ, and DDFFLLOOAATTKK, return double-precision
- real.
-
- QQRREEAALL, QQFFLLOOAATT, QQFFLLOOAATTII, QQFFLLOOAATTJJ, QQFFLLOOAATTKK, return quad-precision real.
-
- FFLLOOAATT, FFLLOOAATTII, FFLLOOAATTJJ, FFLLOOAATTKK, SSNNGGLL, and SSNNGGLLQQ return single-precision
- real.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-